home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / appl / napsaterm / gst.c < prev    next >
C/C++ Source or Header  |  1994-05-14  |  1KB  |  71 lines

  1. /* $Id: gst.c,v 3.1 1994/02/25 02:33:38 ppessi Exp $
  2.  *
  3.  * Include file stub for Napsaterm
  4.  */
  5. #include <string.h>
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <ctype.h>
  9. #include <stdarg.h>
  10.  
  11. #include "amiga.h"
  12.  
  13. #include <devices/keymap.h>
  14. #include <intuition/intuition.h>
  15. #include <graphics/gfxmacros.h>
  16. #include <utility/tagitem.h>
  17. #include <devices/audio.h>
  18. #include <devices/clipboard.h>
  19. #include <devices/keymap.h>
  20.  
  21. #include <clib/alib_protos.h>
  22.  
  23. #if USE_SERIAL
  24. #include <devices/serial.h>
  25. #endif
  26.  
  27. #if USE_DNET
  28. #include <local/typedefs.h>
  29. #define DeadKeyConvert do_not_use_DeadKeyConvert 
  30. #include <local/suplib_protos.h>
  31. #undef DeadKeyConvert
  32. #include <dnet/channel.h>
  33. #include <lib/dnetlib.h>
  34. #include <server/servers.h>
  35. #endif
  36.  
  37. #if 0 /* USE_RLOGIN */
  38. #define BSDSOCKET_H
  39. #include <sys/param.h>
  40. #include <sys/socket.h>
  41. #include <sys/ioctl.h>
  42. #include <netinet/in.h>
  43. #include <netdb.h>
  44. #include <arpa/inet.h>
  45. #include <netinet/in_systm.h>
  46. #include <netinet/ip.h>
  47. #include <errno.h>
  48. #endif
  49.  
  50. #ifdef USE_PRAGMAS
  51. #include <proto/diskfont.h>
  52. #include <proto/intuition.h>
  53. #include <proto/keymap.h>
  54. #include <clib/console_protos.h>
  55. #include <pragmas/console_pragmas.h>
  56. #endif
  57. #if 0
  58. #ifdef USE_INLINE
  59. #include <inline/diskfont.h>
  60. #include <inline/intuition.h>
  61. #include <inline/proto.h>
  62. #include <inline/console.h>
  63. #endif
  64. #ifdef USE_CLIB
  65. #include <clib/diskfont_protos.h>
  66. #include <clib/intuition_protos.h>
  67. #include <clib/keymap_protos.h>
  68. #include <clib/console_protos.h>
  69. #endif
  70. #endif
  71.